refactor: replace QString() with QStringLiteral() for better performance
authorIntegral <integral@member.fsf.org>
Sat, 11 Jan 2025 02:51:30 +0000 (10:51 +0800)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Fri, 31 Jan 2025 14:11:02 +0000 (15:11 +0100)
commit356e4f9296f62b89f9fc06557e26e1f0923b4a8f
treeacac34c5794caf307f72de700c3d46a59094665c
parent2f2dadbe6a47b490a743b653e04583a457607766
refactor: replace QString() with QStringLiteral() for better performance

Signed-off-by: Integral <integral@member.fsf.org>
44 files changed:
src/cmd/cmd.cpp
src/gui/application.cpp
src/gui/cloudproviders/cloudproviderwrapper.cpp
src/gui/creds/flow2auth.cpp
src/gui/filedetails/sharemodel.cpp
src/gui/foldercreationdialog.cpp
src/gui/folderstatusmodel.cpp
src/gui/ocssharejob.cpp
src/gui/remotewipe.cpp
src/gui/socketapi/socketapi.cpp
src/gui/syncrunfilelog.cpp
src/gui/tray/unifiedsearchresultslistmodel.cpp
src/gui/updater/ocupdater.cpp
src/gui/updater/updateinfo.cpp
src/gui/wizard/flow2authwidget.cpp
src/gui/wizard/welcomepage.cpp
src/libsync/abstractnetworkjob.cpp
src/libsync/account.cpp
src/libsync/clientproxy.cpp
src/libsync/configfile.cpp
src/libsync/creds/keychainchunk.cpp
src/libsync/discovery.cpp
src/libsync/networkjobs.cpp
src/libsync/nextcloudtheme.cpp
src/libsync/propagatedownload.cpp
src/libsync/propagateuploadng.cpp
src/libsync/propagateuploadv1.cpp
src/libsync/vfs/cfapi/cfapiwrapper.cpp
src/libsync/vfs/cfapi/shellext/customstateprovider.cpp
src/libsync/vfs/suffix/vfs_suffix.cpp
test/syncenginetestutils.h
test/testcfapishellextensionsipc.cpp
test/testchunkingng.cpp
test/testdownload.cpp
test/testexcludedfiles.cpp
test/testfolderwatcher.cpp
test/testinotifywatcher.cpp
test/testlockfile.cpp
test/testnetrcparser.cpp
test/testselectivesync.cpp
test/testsharemodel.cpp
test/testsyncconflict.cpp
test/testsyncengine.cpp
test/testutility.cpp